SK-3131 Added unary operations - #425
Conversation
|
✅ Gitleaks Findings: No secrets detected. Safe to proceed! |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## flowvault-release/26.9.1 #425 +/- ##
==============================================================
+ Coverage 90.61% 90.74% +0.12%
Complexity 549 549
==============================================================
Files 179 179
Lines 7441 7437 -4
Branches 1021 998 -23
==============================================================
+ Hits 6743 6749 +6
+ Misses 470 460 -10
Partials 228 228
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
✅ Gitleaks Findings: No secrets detected. Safe to proceed! |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
|
✅ Gitleaks Findings: No secrets detected. Safe to proceed! |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
|
✅ Gitleaks Findings: No secrets detected. Safe to proceed! |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
|
✅ Gitleaks Findings: No secrets detected. Safe to proceed! |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
Contract baseline change detected (
|
| Status | Type | Serialization | Compatibility Changes |
|---|---|---|---|
| Modified | com.skyflow.vault.data.BaseGetRequest | ||
| Modified | com.skyflow.vault.data.DeleteRequest | ||
| Modified | com.skyflow.vault.data.DeleteRequest$DeleteRequestBuilder | ||
| Modified | com.skyflow.vault.data.GetRequest | ||
| Modified | com.skyflow.vault.data.GetRequest$GetRequestBuilder | ||
| Modified | com.skyflow.vault.data.GetRequestRecord | ||
| Modified | com.skyflow.vault.data.GetRequestRecord$GetRequestRecordBuilder |
Expand for details.
com.skyflow.vault.data.BaseGetRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BaseGetRequest |
Object |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
ArrayList<String> |
getFields |
||||
| Removed | public |
ArrayList<String> |
getIds |
||||
| Removed | public |
String |
getTable |
com.skyflow.vault.data.DeleteRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | DeleteRequest |
Object |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
List<String> |
getIds |
||||
| Added | public |
List<String> |
getSkyflowIds() |
||||
| Removed | public |
String |
getTable |
||||
| Added | public |
String |
getTableName() |
com.skyflow.vault.data.DeleteRequest$DeleteRequestBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final static public |
Class | DeleteRequestBuilder |
Object |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
DeleteRequestBuilder |
idsList<String>) |
||||
| Added | public |
DeleteRequestBuilder |
skyflowIds(List<String>) |
||||
| Removed | public |
DeleteRequestBuilder |
tableString) |
||||
| Added | public |
DeleteRequestBuilder |
tableName(String) |
com.skyflow.vault.data.GetRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | GetRequest |
BaseGetRequest |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
List<String> |
getColumns() |
||||
| Added | public |
List<String> |
getSkyflowIds() |
||||
| Added | public |
String |
getTableName() |
com.skyflow.vault.data.GetRequest$GetRequestBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final static public |
Class | GetRequestBuilder |
BaseGetRequestBuilder |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
GetRequestBuilder |
columns(List<String>) |
||||
| Removed | public |
GetRequestBuilder |
fieldsArrayList<String>) |
||||
| Removed | public |
GetRequestBuilder |
idsArrayList<String>) |
||||
| Added | public |
GetRequestBuilder |
skyflowIds(List<String>) |
||||
| Removed | public |
GetRequestBuilder |
tableString) |
||||
| Added | public |
GetRequestBuilder |
tableName(String) |
com.skyflow.vault.data.GetRequestRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | GetRequestRecord |
Object |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
List<String> |
getColumns() |
||||
| Removed | public |
List<String> |
getFields |
||||
| Removed | public |
List<String> |
getIds |
||||
| Added | public |
List<String> |
getSkyflowIds() |
||||
| Removed | public |
String |
getTable |
||||
| Added | public |
String |
getTableName() |
com.skyflow.vault.data.GetRequestRecord$GetRequestRecordBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final static public |
Class | GetRequestRecordBuilder |
Object |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
GetRequestRecordBuilder |
columns(List<String>) |
||||
| Removed | public |
GetRequestRecordBuilder |
fieldsList<String>) |
||||
| Removed | public |
GetRequestRecordBuilder |
idsList<String>) |
||||
| Added | public |
GetRequestRecordBuilder |
skyflowIds(List<String>) |
||||
| Removed | public |
GetRequestRecordBuilder |
tableString) |
||||
| Added | public |
GetRequestRecordBuilder |
tableName(String) |
Warning
All missing classes, i.e. superclasses and interfaces that could not be found on the classpath were ignored.
Hence changes caused by these superclasses and interfaces are not reflected in the output.
Generated on: 2026-09-09 17:33:37.411+0000.
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
Contract baseline change detected (
|
| Status | Type | Serialization | Compatibility Changes |
|---|---|---|---|
| Modified | com.skyflow.errors.ErrorMessage | ||
| Modified | com.skyflow.serviceaccount.util.BearerToken | ||
| Modified | com.skyflow.vault.controller.DetectController | ||
| Modified | com.skyflow.vault.controller.VaultController | ||
| Modified | com.skyflow.vault.data.BaseGetRequest | ||
| Modified | com.skyflow.vault.data.GetRequest | ||
| Modified | com.skyflow.vault.data.GetRequest$GetRequestBuilder |
Expand for details.
com.skyflow.errors.ErrorMessage
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Enum | ErrorMessage |
Enum<E> |
JDK 8 |
Fields
| Status | Modifiers | Type | Name | Annotations | Compatibility Changes |
|---|---|---|---|---|---|
| Added | public static final |
ErrorMessage |
DeidentifyTextRequestNull |
||
| Added | public static final |
ErrorMessage |
DeleteRequestNull |
||
| Added | public static final |
ErrorMessage |
DetokenizeRequestNull |
||
| Added | public static final |
ErrorMessage |
GetRequestNull |
||
| Added | public static final |
ErrorMessage |
InsertRequestNull |
||
| Added | public static final |
ErrorMessage |
InvalidOrderBy |
||
| Added | public static final |
ErrorMessage |
InvokeConnectionRequestNull |
||
| Added | public static final |
ErrorMessage |
NullConnectionConfig |
||
| Added | public static final |
ErrorMessage |
NullCredentials |
||
| Added | public static final |
ErrorMessage |
NullTokensOrValuesEntry |
||
| Added | public static final |
ErrorMessage |
NullValueEntryInValues |
||
| Added | public static final |
ErrorMessage |
NullVaultConfig |
||
| Added | public static final |
ErrorMessage |
QueryRequestNull |
||
| Added | public static final |
ErrorMessage |
ReidentifyTextRequestNull |
||
| Added | public static final |
ErrorMessage |
TokenizeRequestNull |
||
| Added | public static final |
ErrorMessage |
TokensValuesSizeMismatch |
||
| Added | public static final |
ErrorMessage |
UnsupportedFileTypeToDeidentify |
||
| Added | public static final |
ErrorMessage |
UpdateRequestNull |
com.skyflow.serviceaccount.util.BearerToken
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BearerToken |
Object |
JDK 8 |
com.skyflow.vault.controller.DetectController
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Class | DetectController |
null | JDK 8 |
com.skyflow.vault.controller.VaultController
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Class | VaultController |
null | JDK 8 |
com.skyflow.vault.data.BaseGetRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BaseGetRequest |
Object |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
ArrayList<String> |
getFields |
||||
| Removed | public |
ArrayList<String> |
getIds |
||||
| Removed | public |
String |
getTable |
com.skyflow.vault.data.GetRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | GetRequest |
BaseGetRequest |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
ArrayList<String> |
getFields() |
||||
| Added | public |
ArrayList<String> |
getIds() |
||||
| Added | public |
String |
getTable() |
com.skyflow.vault.data.GetRequest$GetRequestBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final static public |
Class | GetRequestBuilder |
BaseGetRequestBuilder |
JDK 8 |
Warning
All missing classes, i.e. superclasses and interfaces that could not be found on the classpath were ignored.
Hence changes caused by these superclasses and interfaces are not reflected in the output.
Generated on: 2026-09-09 17:33:32.212+0000.
No description provided.